how to remove border on button click

71

padding: 0;
border: none;
background: none;
.x-btn:focus, .button:focus, [type="submit"]:focus {
   outline: none;
}

Comments

Submit
0 Comments